From: Eli Zaretskii Date: Sun, 2 May 2004 17:22:08 +0000 (+0000) Subject: (compilation-start): In the no-async-subprocesses branch, fontify X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22763 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c17ee5b246feb25e0f504041895fa10fcf9fdd24;p=emacs.git (compilation-start): In the no-async-subprocesses branch, fontify the buffer explicitly after the process exits. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 376136e33ae..da05a7ff8bb 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -959,6 +959,10 @@ exited abnormally with code %d\n" (concat status "\n"))) (t (compilation-handle-exit 'bizarre status status)))) + ;; Without async subprocesses, the buffer is not yet + ;; fontified, so fontify it now. + (let ((font-lock-verbose nil)) ; shut up font-lock messages + (font-lock-fontify-buffer)) (message "Executing `%s'...done" command))) (if (buffer-local-value 'compilation-scroll-output outbuf) (save-selected-window